Ctpdev: task for populating BK with ctp config/scalers#14993
Ctpdev: task for populating BK with ctp config/scalers#14993shahor02 merged 6 commits intoAliceO2Group:devfrom
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
| std::string filename = vm["input-file"].as<std::string>(); | ||
| std::ifstream file(filename); | ||
| if (!file.is_open()) { | ||
| std::cout << "Cannot open file! Using only run:" << run << std::endl; | ||
| } else { |
There was a problem hiding this comment.
You have a special none option for the file-name, but you are not processing it. Perhaps one could skip opening the file in case of the none but produce a fatal if the requested file cannot be opened.
There was a problem hiding this comment.
Thanks. I did it like you suggested.
|
Please, merge. |
No description provided.